Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / f2ef22e

Commit f2ef22e1a04c7eea02802905f72b62d17cacbc78


Parents : 251e1b8
Author : Mark Qvist <mark@unsigned.io>
Date : 2026-01-01T23:32:02+01:00

Updated config descriptions

Changes

2 files changed, 19 insertions(+), 0 deletions(-)


Diff

diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py
index 7755f776..d2763b8e 100755
--- a/RNS/Reticulum.py
+++ b/RNS/Reticulum.py
@@ -1572,6 +1572,17 @@ instance_name = default
# panic_on_interface_error = No
+# If you're connecting to a large external network, you
+# can use one or more external blackhole list to block
+# spammy and excessive announces onto your network. This
+# funtionality is especially useful if you're hosting public
+# entrypoints or gateways. The list source below provides a
+# functional example, but better, more timely maintained
+# lists probably exist in the community.
+
+# blackhole_sources = 521c87a83afb8f29e4455e77930b973b
+
+
[logging]
# Valid log levels are 0 through 7:
# 0: Log only critical information

diff --git a/RNS/Utilities/rnsd.py b/RNS/Utilities/rnsd.py
index 2b5686d3..6d565697 100755
--- a/RNS/Utilities/rnsd.py
+++ b/RNS/Utilities/rnsd.py
@@ -204,6 +204,14 @@ instance_name = default
# List of remote transport identities from which to auto-
# matically source lists of blackholed identities.
+#
+# If you're connecting to a large external network, you
+# can use one or more external blackhole list to block
+# spammy and excessive announces onto your network. This
+# funtionality is especially useful if you're hosting public
+# entrypoints or gateways. The list source below provides a
+# functional example, but better, more timely maintained
+# lists probably exist in the community.
# blackhole_sources = 521c87a83afb8f29e4455e77930b973b

Served by rngit 1.5.2 - Generated in 0.06s